how to run matlab script with arguments in python

33

>>> from mlabwrap import mlab
>>> mlab.path(mlab.path(), 'C:\function\directory')
>>> mlab.myFunction('testadaptor', './', 'image.png')

Comments

Submit
0 Comments